home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2000 Reader Awards / macformat-098.iso / Demos / PPC Client / install.txt < prev    next >
Encoding:
Text File  |  1997-01-28  |  546 b   |  24 lines  |  [TEXT/ttxt]

  1. // Web Client install file
  2. // FILECNT tells the installer how many files to expect in this script
  3.  
  4. FILECNT        10    
  5.  
  6. // Below are the files included in this install
  7.  
  8. // name                    
  9. //---------------------------------------------------------------------------------------------------------------
  10. INSTALL     FORMBACK
  11. INSTALL     FORMFLDS
  12. INSTALL     ORFCGUI
  13. INSTALL     ORFCMAIN
  14. INSTALL     NP_ORFC.DAT
  15. INSTALL     NP_ORFC
  16. INSTALL     ORFC.CLASS
  17. INSTALL     OMNIS_NS.SCR
  18. INSTALL     OMNIS_IE.SCR
  19. INSTALL     OMUPDATE
  20.  
  21. // This is needed to indicate no more files in the script
  22. **EOF
  23.  
  24.